home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
buttons
/
bm12
/
about.frm
next >
Wrap
Text File
|
1995-05-27
|
2KB
|
68 lines
VERSION 2.00
Begin Form About
BorderStyle = 3 'Fixed Double
ClientHeight = 1215
ClientLeft = 1095
ClientTop = 1485
ClientWidth = 4095
ControlBox = 0 'False
Height = 1620
Left = 1035
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1215
ScaleWidth = 4095
Top = 1140
Width = 4215
Begin Label Label3
BackStyle = 0 'Transparent
Height = 1335
Left = 0
TabIndex = 3
Top = 0
Width = 4095
End
Begin Label Label1
BackStyle = 0 'Transparent
Caption = "CompuServe 100552,1570"
Height = 255
Index = 2
Left = 240
TabIndex = 2
Top = 840
Width = 2415
End
Begin Label Label1
BackStyle = 0 'Transparent
Caption = "Copyright ⌐ 1995 Christian Naumann."
Height = 255
Index = 1
Left = 240
TabIndex = 1
Top = 600
Width = 3255
End
Begin Label Label1
BackStyle = 0 'Transparent
Caption = "ButtonMaker/VB Sample App Version 1.00"
Height = 255
Index = 0
Left = 240
TabIndex = 0
Top = 240
Width = 3855
End
End
Option Explicit
Sub Form_Load ()
'Center form on the screen
Move (Screen.Width - Width) \ 2, (Screen.Height - Height) \ 2
End Sub
Sub Label3_Click ()
Unload Me
End Sub